home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / cddae300.exe / _SETUP.1 / CDDAE.exe / 0 / RCDATA / TENTERCODE / TENTERCODE.txt
Encoding:
Text File  |  1998-11-02  |  2.2 KB  |  80 lines

  1. object EnterCode: TEnterCode
  2.   Left = 315
  3.   Top = 192
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter registration code'
  7.   ClientHeight = 92
  8.   ClientWidth = 371
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 89
  21.     Height = 21
  22.     AutoSize = False
  23.     Caption = 'Registration name:'
  24.     Layout = tlCenter
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 32
  29.     Width = 89
  30.     Height = 21
  31.     AutoSize = False
  32.     Caption = 'Registration code:'
  33.     Layout = tlCenter
  34.   end
  35.   object Name: TEdit
  36.     Left = 104
  37.     Top = 8
  38.     Width = 257
  39.     Height = 21
  40.     MaxLength = 32
  41.     TabOrder = 0
  42.   end
  43.   object Code: TEdit
  44.     Left = 104
  45.     Top = 32
  46.     Width = 257
  47.     Height = 21
  48.     CharCase = ecUpperCase
  49.     MaxLength = 30
  50.     TabOrder = 1
  51.   end
  52.   object OKButton: TBitBtn
  53.     Left = 148
  54.     Top = 64
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     TabOrder = 2
  59.     OnClick = OKButtonClick
  60.     Glyph.Data = {
  61.       DE010000424DDE01000000000000760000002800000024000000120000000100
  62.       0400000000006801000000000000000000001000000010000000000000000000
  63.       80000080000000808000800000008000800080800000C0C0C000808080000000
  64.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  65.       3333333333333333333333330000333333333333333333333333F33333333333
  66.       00003333344333333333333333388F3333333333000033334224333333333333
  67.       338338F3333333330000333422224333333333333833338F3333333300003342
  68.       222224333333333383333338F3333333000034222A22224333333338F338F333
  69.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  70.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  71.       0000333333333A222433333333333338F338F33300003333333333A222433333
  72.       333333338F338F33000033333333333A222433333333333338F338F300003333
  73.       33333333A222433333333333338F338F00003333333333333A22433333333333
  74.       3338F38F000033333333333333A223333333333333338F830000333333333333
  75.       333A333333333333333338330000333333333333333333333333333333333333
  76.       0000}
  77.     NumGlyphs = 2
  78.   end
  79. end
  80.